.NET Aspire Sample Code

Unofficial neo4j integration for dotnet Aspire

Unofficial neo4j integration for dotnet Aspire, developed by Northern Nerds. - terle/aspire-neo4j

Enabling automatic trust for self-signed certificates in containers during local development with .NET Aspire

Automate exporting and mounting self-signed certificate authorities into containers for secure HTTPS in local development using .NET Aspire's flexible application model.

.NET Aspire Community Toolkit

An overview of the .NET Aspire Community Toolkit project, a collection of integrations and libraries built by the greater .NET Aspire community that you can use in your systems.

Aspire.Hosting.Krakend: Aspire hosting component for the high performance KrakenD API Gateway

The project provides a lightweight .NET Aspire component around the official Community Edition (OSS version) of the KrakenD API Gateway Docker container. The current latest version of the container is 2.7.0. Utilization of the component allows developers to work with KrakenD locally and/or configure for a production deployment using Azure Container Apps and Azure Developer CLI or Aspirate and Kubernetes.

GitHub - foxminchan/BookWorm: The practical implementation of .NET Aspire using Microservices

The practical implementation of .NET Aspire using Microservices - foxminchan/BookWorm

Elevating BFF Apps with .NET Aspire

Looking at .NET Aspire for developing a BFF-type microservice solution and how it makes dev life simpler.

Managing Startup Dependencies in .NET Aspire

This article demonstrates how to utilize .NET Aspire as an orchestrator. You will discover how effortless it is to define a dependency graph between components during startup.

The practical .NET Aspire builds on the coffeeshop app business domain

The practical .NET Aspire builds on the coffeeshop app business domain - thangchung/practical-dotnet-aspire

Programmatically monitoring and reacting to resource logs in .NET Aspire

Combining IDistributedApplicationLifecycleHook, ResourceNotificationService, and ResourceLoggerService allows you to react to any changes in resources and their logs.

Learn .NET Aspire by example: Polyglot persistence with PostgreSQL, Redis, MongoDB, + Elasticsearch

Learn how to set up various databases (Redis, MongoDB, PostgreSQL, ElasticSearch) using Aspire by building a simple social media application.